Add localized Copilot app workshop docs#145
Merged
GeekTrainer merged 3 commits intoJul 15, 2026
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
6ddaec5
into
github-samples:geektrainer/app-course-followup
7 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add localized GitHub Copilot app workshop content for Spanish (Spain), Japanese, Korean, Portuguese (Brazil), and Simplified Chinese. Configure Starlight's built-in locale routing and language selector, and add the localization rules and repository guidance needed to maintain the translated content.
Type of change
docs/Astro + Starlight wrapper).github/copilot-instructions.md, instructions, agents, skills)Verification
cd docs && rm -rf dist && npm run buildsucceeds (target: 36 routes × 6 locales + 1 redirect = 217 built pages excluding 404; build reports 218 HTML files including 404, or note any intentional change)mkdir -p /tmp/lychee-root && ln -sfn $PWD/docs/dist /tmp/lychee-root/agents-in-sdlc && lychee --offline --no-progress --root-dir /tmp/lychee-root 'docs/dist/**/*.html'Screenshots
Not included. The language selector uses Starlight's built-in header and mobile-menu components.
Notes for reviewers
The branch contains three commits:
c381a99adds the five localized content sets and locale-specific translation rules.0f59fb2configures the Starlight locales and selector, places translated pages at locale-root routes, and updates localization and page-count guidance.700e6c9fixes four Korean and Chinese localhost links identified by the offline link check.npm run checkcompleted with 0 errors, warnings, or hints. The clean production build generated the expected 218 HTML pages including the 404 page. Lychee checked 19,072 references and completed with 0 errors.